home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 51 / Amiga Format CD51 (2000-03-10)(Future Publishing)(GB)[!][issue 2000-04].iso / -in_the_mag- / pdselect / awnp / awnp-docs / browsernode.doc < prev    next >
Text File  |  2000-02-16  |  2KB  |  56 lines

  1. BrowserNode gadget parameters.
  2. -------------------------
  3.  
  4.  Browsernodes always belong to last defined listbrowser. NEVER use the BrowserNode keyword after you GUI window has opened. Use the AddNode modify command instead.
  5.  
  6. selected=number (s=)
  7.  
  8.   The node is selected if number != 0 , unselected if number = 0. Defaults to unselected.
  9.  
  10.  
  11.   Set which choice is selected when the window opens. This is only for multiple select list browsers. Set selected in the Listbrowser definition for single select lists.
  12.  
  13. GadgetText="[^|¶]text0|[^|¶]text1|[^|¶]text..." (gt=)
  14.  
  15.  Set the text(s). This parameter MUST be given. YOU MUST NOT GIVE MORE TEXTS THAN THE AMOUNT OF COLUMNS IN THE LISTBROWSER. A leading '^' makes the text editable. A leading '¶' (ALT p) uses the last defined image for the column rather than text. Note that images used in browsernodes can not be more than 255 pixels high. (hint: split larger images and use more than one node)
  16.  
  17. NOTE: the follwing parameters may only be used if the ListBrowser containing the node allows parenting.
  18.  
  19. defnumber=number  (defn=)
  20.  
  21.  Set the Generation of this browser node.
  22.  
  23. browsernodeparent  (bnp)
  24.  
  25.  This browser node has children.
  26.  
  27. Definition Reply
  28. -----------------
  29.  
  30.  When the node creation is successful the pipe replies with
  31.  
  32. 'ok GID'
  33.  
  34. BrowserNode gadget modify parameters.
  35. -------------------------------------
  36.  
  37. GadgetText="[^|¶]text0|[^|¶]text1|[^|¶]text..." (gt=)
  38.  
  39.  Set the text(s). YOU MUST NOT GIVE MORE TEXTS THAN THE AMOUNT OF COLUMNS IN THE LISTBROWSER. A leading '^' makes the text editable. A leading '¶' (ALT p) uses the last defined image for the column rather than text. Note that images used in browsernodes can not be more than 255 pixels high. (hint: split larger images and use more than one node)
  40.  
  41. removenode (remn)
  42.  
  43.  remove this browsernode from its ListBrowser
  44.  
  45. selected=number (s=)
  46.  
  47.   The node is selected if number != 0 , unselected if
  48. number = 0. (this is only for nodes in multi select
  49. listbrowsers)
  50.  
  51. read
  52. sort=COLUMN#
  53.  
  54.  To read a browser node you must also specify a column. The text contents of
  55. that column are returned.
  56.